home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / voicea_2 / sdkorder.fr_ / sdkorder.fr (.txt)
Encoding:
Visual Basic Form  |  1999-07-04  |  1.8 KB  |  56 lines

  1. VERSION 5.00
  2. Begin VB.Form OrderForm 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   5  'Sizable ToolWindow
  5.    Caption         =   "                          VOICEACTION COMPONENT REGISTRATION DETAILS :              "
  6.    ClientHeight    =   1656
  7.    ClientLeft      =   324
  8.    ClientTop       =   636
  9.    ClientWidth     =   6204
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    Palette         =   "SDKOrderForm.frx":0000
  14.    PaletteMode     =   2  'Custom
  15.    Picture         =   "SDKOrderForm.frx":0102
  16.    ScaleHeight     =   1656
  17.    ScaleWidth      =   6204
  18.    ShowInTaskbar   =   0   'False
  19.    Begin VB.Image Image1 
  20.       Height          =   492
  21.       Left            =   2160
  22.       Picture         =   "SDKOrderForm.frx":0548
  23.       Top             =   1080
  24.       Width           =   2052
  25.    End
  26.    Begin VB.Label Label5 
  27.       Alignment       =   2  'Center
  28.       BackStyle       =   0  'Transparent
  29.       Caption         =   "Visit www.research-lab.com for toll free ordering and latest updates"
  30.       BeginProperty Font 
  31.          Name            =   "Times New Roman"
  32.          Size            =   16.2
  33.          Charset         =   0
  34.          Weight          =   400
  35.          Underline       =   0   'False
  36.          Italic          =   0   'False
  37.          Strikethrough   =   0   'False
  38.       EndProperty
  39.       ForeColor       =   &H0000FFFF&
  40.       Height          =   852
  41.       Left            =   120
  42.       TabIndex        =   0
  43.       Top             =   120
  44.       Width           =   6012
  45.    End
  46. Attribute VB_Name = "OrderForm"
  47. Attribute VB_GlobalNameSpace = False
  48. Attribute VB_Creatable = False
  49. Attribute VB_PredeclaredId = True
  50. Attribute VB_Exposed = False
  51. Option Explicit
  52. Private Sub Command1_Click()
  53. End Sub
  54. Private Sub Command2_Click()
  55. End Sub
  56.